jupyter_wire ~master (2021-04-09T15:16:12Z)
Dub
Repo
ConnectionInfo
jupyter
wire
connection
Undocumented in source.
struct
ConnectionInfo {
import
mir
.
serde
:
serdeKeys
;
;
@
serdeKeys
("signature_scheme")
string
signatureScheme
;
string
transport
;
@
serdeKeys
("stdin_port")
ushort
stdinPort
;
@
serdeKeys
("control_port")
ushort
controlPort
;
@
serdeKeys
("iopub_port")
ushort
ioPubPort
;
@
serdeKeys
("hb_port")
ushort
hbPort
;
@
serdeKeys
("shell_port")
ushort
shellPort
;
string
key
;
string
ip
;
this
(string json);
string
uri
(ushort port);
}
Constructors
this
this
(string json)
Undocumented in source.
Members
Functions
uri
string
uri
(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
controlPort
ushort
controlPort
;
Undocumented in source.
hbPort
ushort
hbPort
;
Undocumented in source.
ioPubPort
ushort
ioPubPort
;
Undocumented in source.
ip
string
ip
;
Undocumented in source.
key
string
key
;
Undocumented in source.
shellPort
ushort
shellPort
;
Undocumented in source.
signatureScheme
string
signatureScheme
;
Undocumented in source.
stdinPort
ushort
stdinPort
;
Undocumented in source.
transport
string
transport
;
Undocumented in source.
Meta
Source
See Implementation
jupyter
wire
connection
functions
fileNameToConnectionInfo
maybeReceive
recvRequestMessage
structs
ConnectionInfo
Sockets